<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* header */
.sp_header {
	position:relative;
}
.s_h_box {
	background-color: #26659B;
	height:50px;
	padding: 0 10px;
}
.sp_header h1 {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.sp_header .back {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999em;
	background: url(../img/icon-back.png) no-repeat center center;background-size:12px 20px;}</pre></body></html>